﻿
#ProdInfoTabsHeader
{
    color:Red;
    
    padding: 10px 5px 10px 10px;
    font-size:16px;
    font-style:oblique;
}


ul.SideTabs
{
    list-style-type:none;
 
}

ul.SideTabs li
{
    position:relative;
    left:-40px;
    width:179px;
    padding: 10px 0px 10px 4px;
    cursor:pointer;
}

ul.SideTabs li:hover
{
    background-color:White;
    border-top:1px solid #ffcc00;
    border-bottom:1px solid #ffcc00;
    padding: 9px 0px 9px 4px;
}

ul.SideTabs .Active
{
    background-color:White;
    border-top:1px solid #ffcc00;
    border-bottom:1px solid #ffcc00;
    padding: 9px 0px 9px 4px;
}

ul.SideTabs li a
{
    /*color:black;*/
    color:#444444;
    
}

ul.SideTabs li a:hover
{
    text-decoration:none;
}















.sidebarmenu ul
{
/*margin-top:10px;
margin-bottom:10px;*/
padding: 0;
list-style-type: none;
width: 178px; /* Main Menu Item widths */
/*border-bottom: 1px solid #ccc;*/

}
 
.sidebarmenu ul li{
position: relative;
}


/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;

padding: 10px 10px 10px 10px;
font-size: 15px;

}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{



}



.SubMenu li a
{
    line-height:20px;
    background-image:url("../Images/MenuItemDivision.png");
    background-position:center bottom;
    background-repeat:no-repeat;
    
}

.SubMenu li
{
    
}


.SubMenu li a:link, .SubMenu li a:visited, .SubMenu li a:active
{
    background-color: #ffcc00; /*background of tabs (default state)*/
    background-color:#fed11f;
    
}

.sidebarmenu ul li a:visited{
color: black;
}

.sidebarmenu ul li a:hover{
/*background-color: #fee581;*/
background-color:#fec600;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 200px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
margin-top:0px;

z-index:100000000;

}

.sidebarmenu a.subfolderstyle{
background: url(../Images/rightArrow05.gif) no-repeat 97% 50%;
}























/*TopNav1 Menu*/
/*==============================*/

/*http://matthewjamestaylor.com/blog/centered-dropdown-menus*/

/* Main menu settings */
#centeredmenu {
	clear:both;
	float:left;
	margin:0;
	padding:0;
	/*border-bottom:1px solid #000;*/ /* black line below menu */
	width:100%;
	/*font-family:Verdana, Geneva, sans-serif;*/ /* Menu font */
	/*font-size:90%;*/ /* Menu text size */
	z-index:2000; /* This makes the dropdown menus appear above the page content below */
	position:relative;
	line-height:42px;	
	
	
	
} 
/* Top menu items */
#centeredmenu ul {
	margin:0;
	padding:0;
	list-style:none;
	/* float:right; */
	position:relative;
	right:50%;
}
#centeredmenu ul li {
	margin:0 0 0 0px;
	padding:0;
	float:left;
	position:relative;
	left:50%;
	top:0px;
	
	padding-left:15px;
	padding-right:15px;
	
	/*min-width:80px;*/
	/*text-align:center;*/
	
	
	cursor:pointer;
	
}
#centeredmenu ul li a {
	display:block;
	margin:0;
	color:Black;
	float:left;

	text-decoration:none;
	
	/*margin-right:10px;*/
	/*padding:.6em .5em .4em;*/
	/*font-size:1em;*/
	/*line-height:1em;*/
	/*background:#ddd;*/
	
	/*color:#444;
	font-weight:bold;
	border-bottom:1px solid #000;*/
}


#centeredmenu ul li:hover
{
     background-image:url("../Images/TopMenuBgHighlighted.png");
     
}








/* Submenu items */

#centeredmenu ul ul li {
	left:auto;  /*resets the left:50% on the parent li */
	margin:0; /* Reset the 1px margin from the top menu */
	clear:left;
	float:left;
	width:100%;
	
	background-color:#fed11f;
	padding:0;
	
	
	padding:  10px 5px 10px 5px;
	
	
	background-image:url("../Images/MenuItemDivision.png");
	background-repeat:no-repeat;
	background-position:center bottom;
	
	/* background-image:url("../Images/TopMenuBgHighlighted.png"); */
	
}


#centeredmenu ul ul {
	display:none; /* Sub menus are hidden by default */
	position:absolute;
	left:0;
	float:left;
	right:auto; /*resets the right:50% on the parent ul */
	
	top:42px;
	width:230px; /* width of the drop-down menus */
	
	
	
}


#centeredmenu ul ul li:hover
{
    /*background-image:url("../Images/TopMenuBgHighlighted.png");*/
    
    
    /*background-image:none;*/
    background-image:url("../Images/MenuItemDivision.png");
    background-color:#fec600;
    
    /*background-image:url("http://www.google.com/images/logos/ps_logo2.png");*/
    
}

#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
	/*font-size:.8em;*/
	/*font-weight:normal;*/ /* resets the bold set for the top level menu items */
	/*background:#eee;*/
	color:#444;
	line-height:1.4em; /* overwrite line-height value from top menu */
	/*border-bottom:1px solid #ddd;*/ /* sub menu item horizontal lines */
	float:left;
	width:100%;
	
	/*border-bottom:1px solid #000;*/
	
	/*padding:  10px 5px 10px 5px;*/

}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
	/*background:#36f;*/ /* Sub menu items background colour */
	/*color:#fff;*/
	float:left;
	
	/*background-color:red;
	background-color:#fec600;*/
	
}




/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
	left:auto; /* reset left:0; value */
	right:0; /* Set right value instead */
}
#centeredmenu ul ul.last li {
	float:right;
	position:relative;
	right:.8em;
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
	display:block; /* Show the sub menus */
}


















/*TopNav2 Menu*/
/*==============================*/







/*http://matthewjamestaylor.com/blog/centered-dropdown-menus*/

/* Main menu settings */
#centeredmenu2 {
	clear:both;
	float:left;
	margin:0;
	padding:0;
	/*border-bottom:1px solid #000;*/ /* black line below menu */
	width:100%;
	/*font-family:Verdana, Geneva, sans-serif;*/ /* Menu font */
	/*font-size:90%;*/ /* Menu text size */
	z-index:1500; /* This makes the dropdown menus appear above the page content below */
	position:relative;
	line-height:35px;	
	
	
	
} 
/* Top menu items */
#centeredmenu2 ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	position:relative;
	right:50%;
	
	
	
}
#centeredmenu2 ul li {
	margin:0 0 0 0px;
	padding:0;
	float:left;
	position:relative;
	left:50%;
	top:0px;
	
	padding-left:15px;
	padding-right:15px;
	
	cursor:pointer;
	
	/*min-width:80px;*/
	/*text-align:center;*/
}
#centeredmenu2 ul li a {
	display:block;
	margin:0;
	
	color:#e8eaed;
	text-decoration:none;
	font-size:12px;
	
	
	/*margin-right:10px;*/
	/*padding:.6em .5em .4em;*/
	/*font-size:1em;*/
	/*line-height:1em;*/
	/*background:#ddd;*/
	
	/*color:#444;
	font-weight:bold;
	border-bottom:1px solid #000;*/
}


#centeredmenu2 ul li:hover
{
     /*background-image:url("../Images/TopMenuBgHighlighted.png"); */
     background-color:#1e4a89;
}


/* Submenu items */

#centeredmenu2 ul ul li {
	left:auto;  /*resets the left:50% on the parent li */
	margin:0; /* Reset the 1px margin from the top menu */
	clear:left;
	float:left;
	width:100%;
	
	background-color:#2b3f5c;
	/*background-image:url("../Images/MenuItemDivision.png");*/
	
	padding:0;
	
	
	padding:  10px 5px 10px 5px;
	
	
	
	background-image:url("../Images/MenuItemDivisionBlue.png");
	background-repeat:no-repeat;
	background-position:center bottom;
	
	
	
	/* background-image:url("../Images/TopMenuBgHighlighted.png"); */
	
}


#centeredmenu2 ul ul {
	display:none; /* Sub menus are hidden by default */
	position:absolute;
	left:0;
	float:left;
	right:auto; /*resets the right:50% on the parent ul */
	
	top:35px;
	width:200px; /* width of the drop-down menus */

	
}


#centeredmenu2 ul ul li:hover
{
    /*background-image:url("../Images/TopMenuBgHighlighted.png");*/
    
    
    /*background-image:none;*/
    /*background-image:url("../Images/MenuItemDivision.png");*/
    /*background-color:#fec600;*/
    
    /*background-image:url("http://www.google.com/images/logos/ps_logo2.png");*/
    
    
    background-color:#1e4a89;
    
}

#centeredmenu2 ul ul li a,
#centeredmenu2 ul li.active li a,
#centeredmenu2 ul li:hover ul li a,
#centeredmenu2 ul li.hover ul li a { /* This line is required for IE 6 and below */
	/*font-size:.8em;*/
	/*font-weight:normal;*/ /* resets the bold set for the top level menu items */
	/*background:#eee;*/
	color:#e8eaed;
	
	
	
	line-height:1.4em; /* overwrite line-height value from top menu */
	/*border-bottom:1px solid #ddd;*/ /* sub menu item horizontal lines */
	float:left;
	width:100%;
	
	/*border-bottom:1px solid #000;*/
	
	/*padding:  10px 5px 10px 5px;*/



}
#centeredmenu2 ul ul li a:hover,
#centeredmenu2 ul li.active ul li a:hover,
#centeredmenu2 ul li:hover ul li a:hover,
#centeredmenu2 ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
	/*background:#36f;*/ /* Sub menu items background colour */
	/*color:#fff;*/
	float:left;
	
	
	/*background-color:red;*/
	/*background-color:#fec600;*/


	
}




/* Flip the last submenu so it stays within the page */
#centeredmenu2 ul ul.last {
	left:auto; /* reset left:0; value */
	right:0; /* Set right value instead */
}
#centeredmenu2 ul ul.last li {
	float:right;
	position:relative;
	right:.8em;
}

/* Make the sub menus appear on hover */
#centeredmenu2 ul li:hover ul,
#centeredmenu2 ul li.hover ul { /* This line is required for IE 6 and below */
	display:block; /* Show the sub menus */
}