/* CSS Document */


/*LINK COLOR*/
a {
color : #d96d0e;
}
/* H2 COLOR */
h2, .contentheading {
color : #d96d0e;
}
/* TOP DIV LINK COLOR */
#top a {
color : #ff9600;
}

/*TOP MENU ITEM BORDER COLOR*/
#nav ul.menu a:hover, #nav ul.menu li#current a{
border : 1px solid #f5bb56;
border-bottom : none;
}

/*SIDE MENU LINK COLOR*/
#left ul.menu a{
border-bottom : 1px solid #dda52b;
}
/* SUB MENU BACKGROUND COLOR */
#left .moduletable table tbody tr td div {
background-color : #dfab3b;
border-bottom : 1px solid #e3b553;
}

/*SEARCH BUTTON BORDER AND FONT COLOR */
#search .button {
background:url(../images/orange/button.png) top left repeat-x;
border : 1px solid #187aab;
color : #d4e9f4;
}
/* BACKGROUND COLOR FOR DIVS IN LEFT COLUMN */
#left .moduletable, #left .moduletable_menu {
background-color : #d8980e;
}

/* H3 COLOR FOR GREY DIVS IN LEFT COLUMN */
#left .moduletable-grey h3 {
color : #db5113;
}

/* H3 COLOR FOR DIVS IN RIGHT COLUMN */
#right .moduletable h3 {
background-color : #db5712;
}

/* H3 COLOR IN BOTTOM DIV */
#bottom h3 {
color : #f8b920;
}

/*images*/

li{background:url(../images/orange/bullet.png) 0px 6px no-repeat;
}
ul.menu li{
background:none;
}
#nav{
margin-top:16px;
width:100%; position:relative;
background:url(../images/orange/nav.png) top left repeat-x;
}

#user4{
background:url(../images/orange/pathway.png) top left repeat-x;
}

#wrapper{
background:url(../images/red/gradient.png) top left repeat-x;
}
#left .moduletable h3, #left .moduletable_menu h3{
background:url(../images/orange/h3_left1.gif) top left repeat-x;}


#bottom li a{
background:url(../images/orange/bullet-yellow.png) 0px 6px no-repeat;
}
#left ul.menu a{
background:url(../images/orange/mainlevel.gif) no-repeat;
background-position:3px 6px;
}
#left ul.menu a:hover, #left ul.menu li#current a{
background:#dfab3b url(../images/orange/active.gif) no-repeat;
background-position:3px 6px;
}
#nav ul.menu a:hover, #nav ul.menu li#current a{
background:url(../images/orange/nav_active.png) top left repeat-x;
}

/*sublevel menu*/

#nav ul.menu li ul{
background-color:#e47a1d;/*background colour of the sublevel panel */
border:#f5ca6e 1px solid;/*border of the sublevel panel */
border-bottom:none;
}

#nav ul.menu li li{
border-bottom:#f5ca6e 1px solid;
}

#nav ul.menu li li:hover,#nav ul.menu li li.sfhover{
background-color:#efa912;} 