/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/one_page.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* common styling */
/* set up the overall width of the menu div, the font and the margins with a relative position*/

.menu2 {
font-family: verdana; 
width:280px; 
margin-top:10px; 
position:relative;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu2 ul {
padding:0; 
margin:0;
list-style-type: none;
border:0;
}
/* float the list so that the items are in a line */
.menu2 ul li {
float:left; 
}
/* style the links to be 249px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu2 ul li a, .menu2 ul li a:visited {
display:block; 
text-align:center; 
text-decoration:none;
font-weight:bold; 
width:50px; 
height:15px; 
color:#000; 
border:1px solid #ccc;
border-width:1px 1px 0 0;
background:#fff; 
line-height:15px; 
font-size:11px;
}
/* make the dropdown ul invisible */
.menu2 ul li ul {
display: none;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu2 ul li:hover a {
color:#fff; 
background:#74C5EF;
}
/* make the sub menu ul visible and position it beneath the first list item */
.menu2 ul li:hover ul {
text-align:left;
display:block; 
position:absolute; 
top:16px; 
left:0; 
text-align:left;
}
/* make the sub menu ul li the full width with padding and border. Add an auto scroll bar */
.menu2 ul li:hover ul li {
background:#74C5EF; 
color:#fff;
font-size:12px;
font-weight:bold;
padding:0px;
width:253px;
border:1px solid #74C5EF;
}
/*float the image left with padding and no border */
.menu2 ul li:hover ul li img {
float:left; 
padding:0px 0px 0px 0; 
border:0;
}
/* style the paragraph font height */
.menu2 ul li:hover ul li p {
font-size:0.9em;
}
/* style the background and foreground color of the submenu links */
.menu2 ul li:hover ul li a {
display:inline;
background:#74C5EF;
color:#fff;
text-decoration:none;
border:0;
}
/* style the background and forground colors of the links on hover */
.menu2 ul li:hover ul li a:hover {
text-decoration:none; 
color:#000;
}

.PersonalConfig
{
text-decoration:none; color:White; background-color:#74C5EF;    
}

.PersonalConfig a
{
text-decoration:none; color:White; background-color:#74C5EF;    
}

PersonalConfig a:hover
{
    text-decoration:none; color:#27186D;
}
