/*
July 2009:
   Enhanced by Gleb Esman, gesman@mensk.com
   http://www.memberwing.com
   http://www.mensk.com
*/

.widget .jqueryslidemenu ul, .widget .jqueryslidemenu li
{
margin: 0;
}

.jqueryslidemenu{
display:block;
float:left;
font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
letter-spacing:0.0em;
line-height:0px;
padding:0px 18px 0 17px;
text-decoration:none;
text-transform:uppercase;
background:#F0EFED none repeat scroll 0 0;
	float:none;width:111%;
	border:none;
	position:relative;
	z-index:99999;
	margin:-20px -20px 0px -22px
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #F0EFED; /*background of tabs (default state)*/
color: white;
padding: 9px 10px;
/*border-right: 1px solid #778;*/
color: #666;
text-decoration: none;
}

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

.jqueryslidemenu ul li a:hover{
background: #f68620; /*tab link background during hover state*/
color: white;
}

/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

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

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

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}


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


/*TAB LINK OF SELECTED TAB*/	
.jqueryslidemenu ul li.current_page_item a {
background: #f68620; 
color: white;
}

/*TAB LINK OF HOME TAB*/
.jqueryslidemenu .blog-uri  a {
background: #f68620; 
color: white;
}




.jqueryslidemenu ul li ul li a:hover{ /*sub menus hover style*/
background: #f68620;
color: white;
}


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

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

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

/* Holly Hack for IE7 and below */
html .jqueryslidemenu{height: 1%;} .jqueryslidemenu ul li ul li a, .jqueryslidemenu ul li ul li a:visited{display: inline-block;}


