.ddsmoothmenu{
float: left;
background: transparent; /*background of menu bar (default state)*/
width: 630px;
}
.ddsmootext {
	width:710px !important;
}
.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;
padding-right:0px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: transparent; /*url(../images/menu_right.gif) right center no-repeat;*/ /*background of menu items (default state)*/
color: #e0e0e0;
font:bold 11px Arial, Helvetica, sans-serif;
height:13px;
padding: 10px 19px 15px 19px;
border-right: 0px solid #778;
text-decoration: none;
text-transform:uppercase;
}

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

.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 a:hover{
color: #ffea82;
}

.ddsmoothmenu>ul>li>a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: transparent; /*url(../images/menu_right.gif) right center no-repeat;*/
color: white;
}

.ddsmoothmenu>ul>li>a:hover{
background: transparent; /*url(../images/menu_right.gif) right center no-repeat;*/ /*background of menu items during onmouseover (hover state)*/
color: #ffea82;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*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{
width: 170px; /*width of sub menus*/
height:13px;
padding: 10px 5px;
margin: 0;
background:#1e1e1e url(../images/submenu_bg.gif) left top repeat-x;
border-top-width: 0;
border-bottom: 1px solid #5f5f60;
text-transform:capitalize;
text-align:left;
color: #e0e0e0;
font-weight:normal;
font-size:11px;
text-indent:10px;
}
.ddsmoothmenu>ul>li>ul li a{
	margin: 0 1px;
}
/* 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: 28px;
left: 48%;
}

.rightarrowclass{
position: absolute;
top: 10px;
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;
}

/*for members area*/
.ddsmoothmenuLogged{
float: left;
background:url(../images/cxc_listing_top.gif) left top no-repeat; /*background of menu bar (default state)*/
width: 923px;
height:43px;
margin:0 auto;

}

.ddsmoothmenuLogged ul{
z-index:100;
margin: 0;
padding: 0 0 0 11px;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenuLogged ul li{
position: relative;
display: inline;
float: left;
padding-right:0px;
}

/*Top level menu link items style*/
.ddsmoothmenuLogged ul li a{
display: block;
background: #transparent; /*background of menu items (default state)*/
color: #E0E0E0;
font:bold 11px Arial, Helvetica, sans-serif;
height:13px;
padding: 10px 9px 15px 10px;
border-right: 0px solid #778;
text-decoration: none;
text-transform:uppercase;
}

* html .ddsmoothmenuLogged ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenuLogged ul li a:link, .ddsmoothmenuLogged ul li a:visited{
color: #E0E0E0;
}

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

.ddsmoothmenuLogged ul li a:hover{
color: #ffea82;
}

.ddsmoothmenuLogged>ul>li>a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: transparent; /*url(../images/menu_right.gif) right center no-repeat;*/
color: white;
}

.ddsmoothmenuLogged>ul>li>a:hover{
background: transparent; /*url(../images/menu_right.gif) right center no-repeat;*/ /*background of menu items during onmouseover (hover state)*/
color: #ffea82;
}

	
/*1st sub level menu*/
.ddsmoothmenuLogged ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

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

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

/* Sub level menu links style */
.ddsmoothmenuLogged ul li ul li a{
width: 170px; /*width of sub menus*/
height:13px;
padding: 10px 5px;
margin: 0;
background:#1e1e1e url(../images/submenu_bg.gif) left top repeat-x;
border-top-width: 0;
border-bottom: 1px solid #5f5f60;
text-transform:capitalize;
text-align:left;
color: #e0e0e0;
font-weight:normal;
font-size:11px;
text-indent:10px;
}

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


.ddsmoothmenuAdmin{
float: left;
background: transparent; /*background of menu bar (default state)*/
width: 600px;
}

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

/*Top level list items*/
.ddsmoothmenuAdmin ul li{
position: relative;
display: inline;
float: left;
padding-right:0px;
}

/*Top level menu link items style*/
.ddsmoothmenuAdmin ul li a{
display: block;
background: transparent; /*url(../images/menu_right.gif) right center no-repeat;*/ /*background of menu items (default state)*/
color: #e0e0e0;
font:bold 11px Arial, Helvetica, sans-serif;
height:13px;
padding: 12px 19px;
border-right: 0px solid #778;
text-decoration: none;
text-transform:uppercase;
}

* html .ddsmoothmenuAdmin ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenuAdmin ul li a:link, .ddsmoothmenuAdmin ul li a:visited{
color: #e0e0e0;
}

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

.ddsmoothmenuAdmin ul li a:hover{
color: #ffea82;
}

.ddsmoothmenuAdmin>ul>li>a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: transparent; /*url(../images/menu_right.gif) right center no-repeat;*/
color: white;
}

.ddsmoothmenuAdmin>ul>li>a:hover{
background: transparent; /*url(../images/menu_right.gif) right center no-repeat;*/ /*background of menu items during onmouseover (hover state)*/
color: #ffea82;
}
	
/*1st sub level menu*/
.ddsmoothmenuAdmin ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

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

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

/* Sub level menu links style */
.ddsmoothmenuAdmin ul li ul li a{
width: 170px; /*width of sub menus*/
height:13px;
padding: 10px 5px;
margin: 0;
background:#1e1e1e url(../images/submenu_bg.gif) left top repeat-x;
border-top-width: 0;
border-bottom: 1px solid #5f5f60;
text-transform:capitalize;
text-align:left;
color: #e0e0e0;
font-weight:normal;
font-size:11px;
text-indent:10px;
}
.ddsmoothmenuAdmin>ul>li>ul li a{
	margin: 0 1px;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenuAdmin{height: 1%;} /*Holly Hack for IE7 and below*/

.ddsmootextAdmin {
float: left;
background:url(../images/cxc_listing_top.gif) left top no-repeat; /*background of menu bar (default state)*/
width: 923px;
height:43px;
margin:0 auto;
}

.ddsmootextAdmin ul li a {
	padding: 11px 10px;
}

.ddsmootextAdminMember {
	width:745px !important;
}

.ddsmootextAdminMember ul li a {
	padding: 11px 15px;
}