﻿
.jqueryslidemenu{
font: normal  12px arial;
width: 100%;
height:40px;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;

}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: right;
text-align:right;
z-index:1000000;

}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
color: #8E8E8E;
padding: 13px 10px;
border-right: 0px solid #cccccc;
text-decoration: none;
font-weight:bold; font-size:12px;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}


.jqueryslidemenu ul li a:hover{
background: #3AA3FF; /*tab link background during hover state*/
color: #ffffff;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
right: 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;
background-color: #ffffff;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 12px arial;
width: 220px; /*width of sub menus*/
padding: 6px 10px;
margin: 0;
border-top-width: 0;
background: #ffffff;
border-bottom:1px solid #dedede;
border-right:1px solid #dedede;
color: #666666;
}

.jqueryslidemenu ul li ul li a:hover{ /*sub menus hover style*/
background: #00AAFF;
color: #ffffff;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 16px;
left: 7px;
}

.rightarrowclass{
position: absolute;
top: 10px;
left: 5px;
display:none;
}




















.jqueryslidemenu2{
font: normal  12px arial;
width: 100%;
height:40px;
}

.jqueryslidemenu2 ul{
margin: 0;
padding: 0;
list-style-type: none;

}

/*Top level list items*/
.jqueryslidemenu2 ul li{
position: relative;
display: inline;
float: right;
text-align:right;
z-index:1000000;

}

/*Top level menu link items style*/
.jqueryslidemenu2 ul li a{
display: block;
color: #000000;
padding: 10px 3px;
border-left: 1px solid #cccccc;
text-decoration: none;
font-weight:bold; font-size:12px;
width:70px;
text-align:center;
height:30px;
}

* html .jqueryslidemenu2 ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}


.jqueryslidemenu2 ul li a:hover{
background: #000000; /*tab link background during hover state*/
color: #ffffff;
}
	
/*1st sub level menu*/
.jqueryslidemenu2 ul li ul{
position: absolute;
right: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu2 ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu2 ul li ul li ul{
top: 0;
background-color: #E4E4E4;
}

/* Sub level menu links style */
.jqueryslidemenu2 ul li ul li a{
font: normal 12px arial;
width: 220px; /*width of sub menus*/
padding: 6px 10px;
margin: 0;
border-top-width: 0;
background: #E4E4E4;
border-bottom:1px solid #cccccc;
border-right:1px solid #cccccc;
color: #000000;
max-width:200px;
}

.jqueryslidemenu2 ul li ul li a:hover{ /*sub menus hover style*/
background: #000000;
color: #ffffff;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 14px;
left: 7px;
display:none;
}

.rightarrowclass{
position: absolute;
top: 10px;
left: 5px;
display:none;
}
