﻿/* submenu, it's hidden by default */        
.floatingMenu
{   
    background-color:#eee;         
    position:absolute;                          
    float:left;
    display:none;             
    margin:0 0 0 -1px;             
    padding:0;             
    list-style:none; 
    z-index: 500;       
}    
.tab-content>.active{
    overflow: auto;
}
.actionMenu
{   
    background-color:#eee;
    padding:0;             
    list-style:none; 
    z-index: 500;       
}             

.floatingMenu li 
{            
    width:120px;
    float:left;             
    /* border-top:1px solid #000;        */
}                 

/* display block will make the link fill the whole area of LI */        
.floatingMenu li a 
{            
    display:block;
    height:15px;                         
    padding: 8px 5px;             
    color:#666;        
    text-decoration:none;
}                 

.floatingMenu li a:hover 
{            
    text-decoration:underline;          
}

.subNavMenu {
    background: url("images/subNav.png") no-repeat scroll 0 0 transparent;
    color: #000000;
    padding: 0 0 0 17px;
    position: relative;
    text-decoration: none;
}

a.menu_item, a.menu_item:visited {
    border-bottom: medium none;
}

a.menu_item:hover
{
    background:#ffd26a url(Images/orange.png) repeat-x;
}

a.menu_item, a.menu_item:visited {
    background: none repeat scroll 0 0 #F3F3F3;
    border: 1px solid gray;
    color: #000000;
    display: block;
    font-weight: normal;
    padding: 2px 5px;
    text-decoration: none;
    height:25px;
}



div.menu_child_no_margin {
    border-bottom: 1px solid black;
    position: absolute;
    z-index: 9999;
}


div#userBox 
{
	border: 4px solid #D5E7FC;
	border-top:none;
	top: 0px;
	right:-5px;
    float: right;
    min-height: 25px;   
    height:30px;
    min-width: 150px;
    margin: 0px 10px 0px 0px ;
    vertical-align:middle;    
    text-align:center;
    z-index:999;
    position:absolute;
    background-color: #1a82f7; 
    cursor: pointer;
}

div#userBox a
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

div#userBox div#expand_button
{
	text-align:center;
	cursor:pointer; 
	padding-top:6px
}