/*a {color: #5a182c;}*/
a:hover {color: navy; }
#navPrimary {background-color: #374077; }
#header {border-bottom: 6px solid #aaa3db; }

#content {
	background: url(../../images/ss/bg_content_sk.gif) repeat-y left top;
}

h1#sorority a {
	background: url(../../images/mastheads/sk_masthead.jpg) no-repeat;
}




#itemSearch #search p {
	color:black;
}

/* @group Navigation */

#navPrimary{
width: 100%;
overflow: hidden;
background: #414141 url(../../images/ss/nav_bg_af.png) repeat-x top center;
}

#navPrimary ul{
margin: 0;
padding: 0;
font-weight:bold;
font-size:14px;
list-style-type: none;
}

#navPrimary li{
display: inline;
margin: 0;
}

#navPrimary li a, #navPrimary li a:visited{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 0px 25px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
font-weight:bold;
line-height:34px;
background: #414141 url(../../images/ss/nav_bg_af.png) repeat-x top center; /*background of tabs (default state)*/
}

/*#navPrimary li a:visited{
color: white;
}*/

#navPrimary li a:hover, .mattblacktabs li.selected a{
/*background: black; */
text-decoration:underline;
}


/* left column navigation */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul{
margin: 5px 0 15px 0;
padding: 0;
list-style-type: none;
width: 160px; /* Main Menu Item widths */
text-align:left;
}
 
.sidebarmenu ul li{
position: relative;
background: #d5d7fe;
border-top:1px dotted white;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
font-weight: bold;
font-size: 14px;
text-decoration: none;
padding: 8px 0 8px 6px;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: transparent; /*background of tabs (default state)*/
}

/*.sidebarmenu ul li a:visited{
color: white;
}*/

.sidebarmenu ul li a:hover{
/*background-color: #bdbcbc;*/
background-color: #5a162c;
color:white;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
border-left:1px dotted white;
border-top:1px dotted white;
}

.sidebarmenu ul li ul li a{
font-weight: normal;
font-size: 12px;
}

.sidebarmenu a.subfolderstyle{
background: url(../../images/ss/arrow.png) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

