/* HORIZONTAL FREESTYLE MENU LAYOUT */

/* Main Menu Div */
#mainMenu{
position:absolute;
margin-left:190px;
margin-top:65px;
font-family:Arial, Helvetica, sans-serif;
z-index:100;
}
/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 display: none;
 position: absolute;
 top: 13px; margin-top: 38px; /* I'm using ems and px to allow people to zoom their font */
 left: -90px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 148px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 display: block;
 position: relative;
 background: none;
/* border: 1px solid #330;
 margin-right: -1px;
 */
font-size:16px;
font-weight:bold;
/*text-align:center;*/
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin: 0;
 /*margin-bottom: -1px;*/
}

.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */

.menulist a {
 display: block;
 padding: 3px;
 color: #000;
 text-decoration: none;
 font-size:16px;
 font-weight:bold;
}
.menulist a.no-hands{
cursor:default;
}

/* List  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */


/*
	LISTMENU COLORS DEFINITIONS HERE !
*/

/* Links inside the menu */

.menulist a {
 display: block;
 padding: 3px;
 color: #FFF;
 text-decoration: none;
 font-size:16px;
 font-weight:bold;
}

.menulist a:focus {
 color: #FFF;
}
.menulist a:hover, .menulist a.highlighted, .menulist a.highlighted:hover {
 color:#00CC33;
}
.menulist th a:hover{color:#BAFFA3}

/* links inside sub-menus */
.menulist ul li a{
color:#FFF;
}
.menulist ul li a:hover, .menulist ul li a.highlighted, .menulist ul li a.highlighted:hover {
text-decoration:underline;
}

/* Menu Items specific rules */
/*#menuHome, #menuHome a{*/
#menuHome{
color:#000;
width:70px;
margin-right:20px;
}
li#menuSolutions{
width:90px;
margin-right:30px;
}
#menuProducts{
width:80px;
margin-right:30px;
}
#menuServices{
width:80px;
margin-right:30px;
}
#menuPartners{
width:75px;
margin-right:30px;
}
#menuResources{
width:85px;
margin-right:30px;
}
#menuAbout{
width:100px;
margin-right:0px;
}

/* This rule for div with complex menu contents */
.menulist ul li div{
color:#FFF;
}
/* Manage adding green arrow in rounded boxes, but only for menu */
.menulist div.inside{
background-color:#012042;
}
.menulist ul li div a{
font-size:12px;
font-weight:normal;
color:#FFF;
}

/* align horizontal  sub-divs in complex menu content div*/
.menulist ul li div div{
}
.menulist ul li div table{
}
.menulist ul li div table p{
margin:2px;
}
.menulist ul li div th, .menulist ul li div p.th{
padding:0px;
padding-top:3px;
padding-left:5px;
padding-right:5px;
text-align:left;
font-size:14px;
font-weight:normal;
color:#C0DDFF;
}
.menulist ul li div p.th{ padding-left:0px;}
.menulist ul li div th a{color:#C0DDFF;font-size:14px;}
.menulist ul li div td{
vertical-align:top;
padding-right:5px;
padding-left:5px;
color:#000;
}
.menulist ul li div td.border-left{
border-left:#FFF 1px dotted;
}

.menulist .menu-other{
background:none;
border:none;
}
.menulist td.menu-other {
border-left:#FFFFFF 1px dotted;
text-align:center;
}
div.menu-other{
margin-left:auto;
margin-right:auto;
text-align:left;
}

/* Menu pointer image div rules - common to all menu entries */
.menulist div.menuPointer{
position:absolute;
background:none;
width:100%;
margin-top:-8px;
}

/* Rich Divs Contents Specifics per Menu Items */
#menuSolutions ul{
left: -210px;
}
#menuSolutions ul li{
width:480px;
}
#menuSolutions .menuPointer{padding-left:216px;}
#menuSolutions td a{color:#FFF;}
#menuSolutions td a:hover{color:#BAFFA3;}

#menuProducts ul{
left: -210px;
}
#menuProducts ul li{
width:470px;
}
#menuProducts .menuPointer{padding-left:227px;}
#menuProducts td a{color:#FFF;}
#menuProducts td a:hover{color:#BAFFA3;}

#menuServices ul{
left: -110px;
}
#menuServices ul li{
width:300px;
}
#menuServices  .menuPointer{padding-left:124px;}
#menuServices td a{color:#FFF;}
#menuServices td a:hover{color:#BAFFA3;}

#menuPartners ul{
left: -95px;
}
#menuPartners ul li{
width:300px;
}
#menuPartners  .menuPointer{padding-left:100px;}
#menuPartners td a{color:#FFF;}
#menuPartners td a:hover{color:#BAFFA3;}

#menuResources ul{
left: -35px;
}
#menuResources ul li{
width:150px;
}
#menuResources .menuPointer{padding-left:57px;}
#menuResources td a{color:#FFF;}
#menuResources td a:hover{color:#BAFFA3;}

#menuAbout ul{
left: -155px;
}
#menuAbout ul li{
width:260px;
}
#menuAbout .menuPointer{padding-left:200px;}
#menuAbout td a{color:#FFF;}
#menuAbout td a:hover{color:#BAFFA3;}


/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */

/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hacks */

