﻿#menu {
width: 138px; /* set width of menu */
text-align: left;
overflow:visible;
z-index: 3;
}
 

#menu ul{ /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
cursor:pointer;
}

#menu li a
{
    padding-left: 15px;
    background-image: url(leftpoint.gif);
    background-repeat: no-repeat;
    cursor:pointer;
}
#menu ul ul a
{
    background-image: none;
    padding-left: 4px;
    cursor:pointer;
}

a.first, a.firstExpand{border-top:  solid 1px #FFF;}
li.first, li.first {border-top: solid 1px #af002b;}

#menu a.expand, #menu a.lastExpand,  #menu a.firstExpand
{
    background-image: url(arrow.gif);
    background-position: right;
    background-repeat: no-repeat;
    cursor:pointer;
}

#menu a.expand:hover, #menu a.lastExpand:hover, #menu a.firstExpand:hover
{
    background-image: url(arrow_hover.gif);
    background-position: right;
    background-repeat: no-repeat;
    cursor:pointer;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2
{
cursor:pointer;    
font-family:Arial, Helvetica, sans-serif;
background-color: #FF7e00   ;
color: #FFFFFF; 
font-weight: bold;
text-decoration:none; 
font-size: 12px;
display: block;
border-bottom: solid 1px #af002b;
border-right: solid 1px #af002b;
border-left: solid 1px #af002b;
margin: 0;
padding: 2px 2px 3px 4px;
}

#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
cursor:pointer;  
} 

#menu ul ul {
position: absolute;

top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
margin: -1px;
cursor:pointer;
}

div#menu ul li ul, ul.nav li ul
{
    border: 1px solid #777777;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul
{    
    margin-top: 0px;
    display: none;
}
div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

div#menu ul ul a, div#menu ul ul a:hover
{
    border-left: 1px solid #FFFFFF;
    padding-top: 3px;
    padding-left: 7px;
    font-size: 11px;
    font-weight: normal;
    background-color: #cccccc;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
    color: #000000;
    cursor:pointer;
}

div#menu ul ul a:hover
{
    background-color: #777777;
    color: #ffffff;
    cursor:pointer;
}


/***************************************************
 * Top Navigation bar
 ****************************************************/
div#topNavigation
{
    position: absolute;
    top: 0px;
    right: 0px;
    overflow:visible;
    z-index: 5;
    text-align: left;
}
ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	float: left;

}

ul.nav ul li
{
    	padding: 0px;
    	margin: 0px;
    	line-height: 0px;
}

ul.nav ul li
{
    line-height:16px;
}
ul.nav
{
    border-bottom: solid 3px #000000;
	border-top: solid 2px #959595;
}

ul.nav li{
	display: inline;
	position: relative;
}

ul.nav ul,
ul.nav li:hover ul ul
{
/*Make the sub list items invisible*/
	display: none;
}


ul.nav ul li,
ul.nav li:hover ul,
ul.nav ul li:hover ul,
ul.nav ul ul li:hover ul{
/*When hovered, make them appear*/
	display: block;
}

ul.nav ul li:hover ul{
    top: 0px;
    left: 100%;
}

/*** Menu colors (customizable) ***/

ul.nav li a{
    border-right: solid 1px #000000;
    border-left: solid 1px #bcbcbc;
}

ul.nav ul li
{
     padding: 0px;
     margin: 0px; 
}

ul.nav li a{
    font-family:Arial, Helvetica, sans-serif;
    background-color: #757575;
    color: #ffffff; 
    font-weight: bold;
    text-decoration:none; 
    font-size: 11px;

    margin: 0;
    padding: 1px 4px 1px 4px;
}


ul.nav li a:hover{
    background-color: #fd999b;
    border-left: solid 1px #fd999b;
}

ul.nav  ul li a, ul.nav ul li a:hover
{

    border-bottom: solid 1px #555555;
    border-right: solid 1px #555555;
    border-left: solid 1px #FFFFFF;
    display: block;
    
    padding: 3px 2px 2px 7px;
    font-size: 11px;
    font-weight: normal;
    background-color: #cccccc;
    color: #000000;

}
ul.nav ul li a:hover{
    background-color: #777777;
    color: #ffffff;
}

ul.nav ul ul, ul.nav ul
{
    top: 15px;
	left: 0px;	
    position: absolute;
    width: 100px;/* width is based on the containing block */
}

a.expand, a.lastExpand, a.firstExpand
{
    background-image: url(arrow.gif);
    background-position: right;
    background-repeat: no-repeat;
}

a.expand:hover, a.lastExpand:hover, a.firstExpand:hover
{
    background-image: url(arrow_hover.gif);
    background-position: right;
    background-repeat: no-repeat;
}

#prcLoginForm{
	vertical-align: top;
	font-size: 12px;
}

#prcLoginForm span{
margin-top: 3px;
float: left;
}	
#prcLoginForm .textField{
 font-size: 12px;
 padding: 0px;
 height: 16px;
 width: 60px;
 
}

#prcLoginForm .btn{
margin-top: 3px;
 float: right;
 font-size: 12px;
 border: solid #000 1px;
 background-color: #fff;
 width: 50px;
 margin-left: 10px;
}
