
/*------------------------------------------------------------------------
# CW2 WPAdPro - Classifieds for Wordpress  
# ------------------------------------------------------------------------
# Copyright (C) 2009 NETAXIS IT SOLUTIONS (P) LTD. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: NETAXIS IT SOLUTIONS (P) LTD
# Website:  http://www.customweb2.com  
# This file may not be redistributed in whole or significant part.
-------------------------------------------------------------------------*/
.ddsmoothmenu{
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:11pt;
font-weight:bold;
color:#FFFFFF;
width:936px;
height:38px;
border:1px solid #d8d8d8;
padding:1px;
margin:6px 0 0 0;
background-color:#2e2222;

}

.ddsmoothmenu ul{
z-index:100;
margin:0;
padding:0;
list-style-type: none;
width:100%;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
border-right:1px solid #FFFFFF;
}
* html .ddsmoothmenu ul li
{
display: inline
}
.ddsmoothmenu ul li.last
{
border:none;
}
/*Top level menu link items style*/
.ddsmoothmenu ul li a{
margin:0px;
padding:12px 28px 0 29px;
height:27px;
color:#FFFFFF;
text-decoration:none;
display:block;
}
* html .ddsmoothmenu ul li a
{
float:left
}


.ddsmoothmenu ul li a:hover{
color:#FFFFFF;
background-color:#4e3d3d;
}
.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background-color:#4e3d3d;
color: #fff;
}
/*.ddsmoothmenu ul li ul.children{display: none; top: 38px!important; visibility: visible;}*/
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
width:162px;
background-color:#efefef;
border:1px solid #e0dfdf;
margin:0 0 0 0;
border-top: none;
top:39px !important;
left:-1px !important
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: block;
float: none;
border:none;
}
* html .ddsmoothmenu ul li ul li{height:30px; padding:0; margin:0; float:left}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 13px  Verdana, Arial, Helvetica, sans-serif;
width: 149px; 
padding:7px 0 0 15px;
margin: 0;
border-right:none;
border-top: 1px solid #d6d6d6;
height:23px;
color:#a1a1a1;
/*background:url(images/subbg.gif) repeat-x;*/
}
.ddsmoothmenu ul li ul li a:hover
{
background-color:#d8d8d8;
background-image:none;
color:#565656;
}
.ddsmoothmenu ul li ul li a.selected
{
background-color:#d8d8d8;
background-image:none;
color:#565656;
}



/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top:15px !important;
left:164px !important;
margin:0;
border:1px solid #e0dfdf;
position:absolute;
width: 161px;
border-top:none;
}
.ddsmoothmenu ul li ul li ul li ul{
border:1px solid #e0dfdf;
border-top:none;
margin:0 0 0 2px;
left:162px !important;
}
.ddsmoothmenu ul li ul li ul li{
padding:0;
margin:0;
display:block;
}
.ddsmoothmenu ul li ul li ul li a{
width: 148px;
}


/* ######### 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;*/
}

