/* CSS Document */
ul,li {list-style-type:none; text-transform:capitalize;}
.clear {clear:both; *display:inline;/*IE only*/}



/*menu*/
#nav { width:978px;  background:url(../images/nav_rep.jpg) repeat-x; margin:0 auto; }
#nav_left{ background:url(../images/home_btn.jpg) no-repeat; width:85px!important; height:38px; float:left;}
#nav_left a.ind{ width:85px; height:38px; background:none; padding:0px!important;}
#nav_left a.ind:hover{ background:none!important; width:85px!important;}

#nav_right{ background:url(../images/nav_right.jpg) no-repeat; width:8px; height:38px; float:right!important;}
.ddsmoothmenu{ font-size:14px;
width: 978px;
margin:0 auto
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
height:38px;
background:url(../images/nav_line.jpg) no-repeat right;

}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display:block; padding:0 32px; height:38px; font-size:13px; color:#2A2C2B; font-weight:bold; text-decoration:none; text-align:center; line-height:38px; }

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color:#2A2C2B;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
display:block; padding:0 32px; height:38px; font-size:15px; color:#2A2C2B; font-weight:bold; text-decoration:none; text-align:center; line-height:38px; }


.ddsmoothmenu ul li ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color:#fff; text-decoration:none;  padding-left:20px; padding-bottom:0px;font-size:14px; color:#fff;background:url(../images/dropdown_01.png) repeat-x;
color: white;
}

.ddsmoothmenu ul li a:hover{
 color:#BC0E0F; background:url(../images/nav_red_rep.jpg) repeat-x;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
padding-top:10px;
 padding-bottom:20px;
background:#FCFCFC;
width:209px;
border:1px solid #ccc;
border-top:none
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
height:30px!important;
line-height:30px;
width:190px!important;
text-align:left; background:none
 
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
 padding-bottom:10px;
* margin-left:210px;
 border:1px solid #ccc!important;
 padding-top:0px!important;
 
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font-size:13px!important;
font-weight:normal!important;
color:#727375;
font-weight: bold;
text-align:left!important;
width: 170px; /*width of sub menus*/
height:30px!important;
overflow:hidden;
margin: 0;
padding-right:10px;

 background:none;}
 
.ddsmoothmenu ul li ul li a:hover{
height:30px!important;
margin: 0;
width: 190px;
padding-right:10px;
 padding-left:10px; padding-bottom:0px; color:#FE0000;
 background:none!important;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 15px;
right:10px;
 visibility:hidden;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
}

