/*========================= main anv -========================*/
#main_nav {
margin:0 0 2px 0;
}

.nav_left {
background:url(images/nav_left.jpg) no-repeat;
width:3px;
height:45px;
float:left;
}

.nav_content{
float:left;
background:url(images/nav_bg.jpg) repeat-x;
height:45px;
padding:3px 0 0;
}

.nav_right{
background:url(images/nav_right.jpg) no-repeat;
width:4px;
float:left;
height:45px;
}

.nav_content li {
list-style:none;
float:left;
}

.nav_content .nav_mainlevel a {
height:39px;
float:left;
display:block;
}

.nav_content .nav_mainlevel ul li a {
height:20px;
}

.nav_content .nav_mainlevel ul li a:hover {
background:#547cea;
}


.nav_home{
background:url(images/main_nav.jpg) no-repeat left top;
width:124px;
}

.nav_home:hover{
background:url(images/main_nav.jpg) no-repeat left bottom;
width:124px;
}

.nav_bikes{
background:url(images/main_nav.jpg) no-repeat -124px top ;
width:128px;
}

.nav_bikes:hover{
background:url(images/main_nav.jpg) no-repeat -124px bottom ;
width:128px;
}


.nav_acessories{
background:url(images/main_nav.jpg) no-repeat -252px top;
width:149px;
}

.nav_acessories:hover{
background:url(images/main_nav.jpg) no-repeat -252px bottom;
width:149px;
}

.nav_deals{
background:url(images/main_nav.jpg) no-repeat -401px 0;
width:183px;
}

.nav_deals:hover{
background:url(images/main_nav.jpg) no-repeat -401px bottom;
width:183px;
}


.nav_services {
background:url(images/main_nav.jpg) no-repeat -584px 0;
width:192px;
}

.nav_services:hover {
background:url(images/main_nav.jpg) no-repeat -584px bottom;
width:192px;
}

.nav_allabout {
background:url(images/main_nav.jpg) no-repeat -776px 0;
width:152px;
}

.nav_allabout:hover {
background:url(images/main_nav.jpg) no-repeat -776px bottom;
width:152px;
}

.ddsmoothmenu{
width: 100%;
}

.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;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
text-decoration: none;
}

* 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: white;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: white;
}

.ddsmoothmenu ul li .nav_home.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background-position:left bottom;
}

.ddsmoothmenu ul li .nav_bikes.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background-position:-124px bottom;
}


.ddsmoothmenu ul li .nav_acessories.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background-position:-276px bottom;
}


.ddsmoothmenu ul li .nav_deals.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background-position:-400px bottom;
}


.ddsmoothmenu ul li .nav_services.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background-position: -607px bottom;
}


.ddsmoothmenu ul li .nav_allabout.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background-position: -758px bottom;
}


.ddsmoothmenu ul li a:hover{
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background:#3C62CD;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 11px arial;
width: 180px; /*width of sub menus*/
margin: 0;
border-top-width: 0;
padding:10px 0 5px 10px;

}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
/*background: silver;*/
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}
