/* 
    Document   : mainnav.css
    Created on : 05-Feb-2009, 23:28:59
    Author     : Serci
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#rootlist {
	list-style: none;
	float:left;
	padding:0;
	line-height:1px;
	width:100%;
	z-index:20000;
	font-size:11px;
    border:1px #CCCCCC solid;
    background-image:url(../images/navbground.jpg);
    background-repeat:repeat-x;
    display:inline;
    margin:0;
    height:32px;
}

#rootlist li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
#rootlist li a{ width:220px; text-align:left; }
#rootlist li a.no_border_right{ border-right:none }

#rootlist a {
	display: block;
	padding: 2px 10px;
	text-decoration: none;
	color: #002d62;
    font-family:"Calibri";
    font-weight:400;
	font-size: 16px;
	float:left;
	line-height:180%;
	border-right:1px solid #d3cec9;    
}
#rootlist a.selected{
font-style:italic;color:#236fdc;
}

#rootlist a:hover {
	color:#236fdc;
	text-decoration:none;
}
#rootlist ul a {
	display: block;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: normal;
	border: none;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	color:#002d62;
    font-size:12px;
    text-align:left;
    vertical-align:middle;
    width:200px;
}
#rootlist ul a:hover {
}
#rootlist ul li {
	list-style: none;
	float: none;
	display: inline;
	position: static;
}
#rootlist li ul {
	position:absolute;	left:-999em;
	margin-top: 33px;
    margin-left:-10px;
	float:none;
	padding:0;/*padding-top: 5px;*/
	border-bottom:1px solid #FFFFFF;
    background-color:white;
    border:1px solid #CCCCCC;
    border-top:0;
    text-align:left;
    width:239px;
}
#rootlist li ul .ah{
    font-size:12px;
    font-weight:bold;
    margin:0;
    padding:0;
    padding-left:10px;
    text-align:left;
    background-image:url(../images/submbground.jpg);
    background-repeat:repeat-x;
    /*background-color:red;*/
    background-position:left;
    width:227px;
}
#rootlist li ul ul {
	margin: -22px 0 0 160px;
    border-top:1px solid #CCCCCC;
	z-index: 10000;
}

#rootlist ul li .bullet{
    /*background-image:url(../images/build07/bullet.gif);
    background-repeat:no-repeat;*/
}

#rootlist li ul ul li {
	z-index: 2000;
}
#rootlist li:hover ul ul, #rootlist li.sfhover ul ul {
	left: -999em;
}
#rootlist li:hover ul, #rootlist li li:hover ul, #rootlist li.sfhover ul, #rootlist li li.sfhover ul {
	left: 10px;
}

/* TOP MENU */
a.tmen_office{
    margin:0px;
    color:#53a0fa;
    font-family:Calibri;
    font-weight:bold;
    font-size:14px;    
}
a:hover.tmen_office{
    color:#002d62;
    text-decoration:none;
}

a.tmen{
    margin:0px;
    color:#53a0fa;
    font-family:Calibri;
    font-weight:bold;
    font-size:14px;
}
a:hover.tmen{
    color:white;
    text-decoration:none;
}