
/*navigation*/
#nav {background:url('/images/navtile.gif') repeat-x top left;height:47px; width: 990px; clear:both; position: relative; z-index: 3;} 
#nav ul { padding: 0; margin: 0; list-style: none;display:inline-block;background:transparent;}
li.dd-nav { float: left; position: relative;height:20px;z-index:3;color: #fff;display:block;}
li.dd-nav a, li.dd-nav a:visited, li.dd-nav a:hover { 
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding:0px;
}	
/*sub navigation*/


#nav .subnav li.link,
#nav .subnav li.link_with_children,
#nav .subnav li.first_link_with_children,
#nav .subnav li.first_link {background:transparent;margin:0;}
#nav .subnav li.first_link {padding-top: 10px;}
#nav .subnav li.first_link_with_children {padding-top: 10px;}
#nav .subnav li.link_with_children,
#nav .subnav li.first_link_with_children {background:transparent;}

#nav .subnav li.link a, #nav .subnav li.link a:visited,
#nav .subnav li.link_with_children a, #nav .subnav li.link_with_children a:visited,
#nav .subnav li.first_link_with_children a, #nav .subnav li.first_link_with_children a:visited,
#nav .subnav li.first_link a, #nav .subnav li.first_link a:visited  
{
    display: block;
    padding-left: 14px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #434A7D;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}
#nav .subnav li.link a:hover,
#nav .subnav li.link_with_children a:hover,
#nav .subnav li.first_link_with_children a:hover,
#nav .subnav li.first_link a:hover
{color: #434A7D;background:#fff;}
#nav .subnav li a
{
    display: block;
    margin: 0;
    padding: 0; 
}
/*1 start*/
#nav #sub-1 
{
    position: absolute;
    top: 0px;
    left: 0px;
    padding:5px;
    z-index: 4;
}
/*1 end*/

.dd-nav {
        background:transparent;
        height:47px;
        padding:13px;
}

.dd-nav a, .dd-nav a:visited, .dd-nav a:hover {
        color:#000000;
        font-family:Arial, Helvetica, sans-serif;
        font-weight:bold;
        text-decoration:none;
}

.top a, .top a:visited, .top a:hover {
        color:#000000;
        font-size:17px;
        font-weight:bold;
        font-family:Arial, Helvetica, sans-serif;
        text-decoration:none;
}

.bg {
	background:#99CCFF;
	border-left:13px solid #99CCFF;
	border-right:13px solid #99CCFF;
	border-top:0px;
	border-bottom:0px;
}

.bl {
	background:url('/images/bl.png') no-repeat 0% 100%;
	padding:13px;
	padding-top:0px;
	*padding-bottom:0px;
}

.br {
	background:url('/images/br.png') no-repeat 100% 100%;
}

.bottombg {
	background:#99CCFF;
	margin-bottom:-13px;
	*margin-bottom:0px;
}

.tl {
	background:url('/images/tl.png') no-repeat 0% 100%;
	padding:13px;
	padding-bottom:0px;
	
}

.tr {
	background:url('/images/tr.png') no-repeat 100% 100%;
}

.topbg {
	background:#99CCFF;
	
	margin-top:-13px;
}

#nav .subnav li.toplink, #nav .subnav li.toplink a, #nav .subnav li.toplink a:visited, #nav .subnav li.toplink a:hover {
	background:#99CCFF;
	color:#4B578A;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;	
}

