/* CSS Document */

/******* hyperlink and anchor tag styles *******/

a:link {
	color: #5b97b1;
}

a:visited {
    color: #4f027c;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

a:active {
	color: #FF0000;
}

/************ footer styles **************/

#footer li a, #footer li a:link
{
color: #999999;
}

#footer li a:hover
{
text-decoration: underline;
color: #61A7BC;
}

/************ leftNav styles **************/

dl#menu dt a{
	color: #000;
	border: 0px none;
	background-image:url(http://www.k-state.edu/univpub/images/bullet.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

dl#menu dt a:hover {
	background-color: #4f027c;
	color: #ffffff;
	background-image:url(http://www.k-state.edu/univpub/images/bulletover.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	}
	
/*********** IE hack ************/
* html dl#menu dt a {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.k-state.edu/univpub/images/bullet.png', sizingMethod='crop');
  background-image: none;
}
	
* html dl#menu dt a:hover {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.k-state.edu/univpub/images/bulletover.png', sizingMethod='crop');
  background-image: none;
}
/*********** end ************/

dl#menu dd {
	color: #000000;		
}

dl#menu li {
	color: #000000;
	background-image:url(http://www.k-state.edu/univpub/images/sidenavback.png);
	
}

/*********** IE hack ************/
* html dl#menu li {
	background-color:#FFFFFF;
	background-image:none;
}
/*********** end ************/

dl#menu li a {
	color: #000000;
	border: 0px none;
}

dl#menu li a:hover {
	background-color: #f9dbb3;
	/*changed from #4f027c*/
	color: #ffffff;
}

dl#menu li li{
	background-image:url(http://www.k-state.edu/univpub/images/sidenavback.png);
	color: #000000;
}
/*********** IE hack ************/
* html dl#menu li li{
	background-color:#f9dbb3;
	/*changed from #4f027c*/
	background-image:none;
}
/*********** end ************/
dl#menu li li a {
	color: #000000;
	border: 0 none;
}

dl#menu li li a:hover {
	background-color: #f9dbb3;
	/*changed from #4f027c*/
	color: #ffffff;
}

/****************************************/

#head {
    background: url(../images/headartNEW.gif) 0px 0px no-repeat;
}

#head li{
	list-style:none;
	margin: 0px;
	padding: 0px;
}

#head ul{
	margin: 0px;
	padding: 0px;
}

#titlebar{
	background-color:#9ea900;
}

#bbar{
	background-color:#4f107a;
/*changed from #79177c but nothing changed visually*/
}

#lounge ul {
	background: url(../images/lounge.gif) 0px 0px no-repeat;
}

#rol1 {
	left: 7px;
	width: 75px;
}

#rol2 {
	left: 82px;	
	width: 75px;
}

#rol3 {
	left: 157px;
	width: 75px;
}

#rol4 {
	left: 232px;
	width: 75px;
}

#rol5 {
	left: 307px;
	width: 75px;
}

#rol1 a:hover  {
	width: 75px;
}

#rol2 a:hover  {
	width: 75px;
}

#rol3 a:hover  {
	width: 75px;
}

#rol4 a:hover  {
	width: 75px;
}
#rol5 a:hover  {
	width: 75px;
}

#rol1 a:hover  {
	background:url(../images/lounge.gif) -7px -100px no-repeat;
}

#rol2 a:hover  {
	background:url(../images/lounge.gif) -82px -100px no-repeat;
}

#rol3 a:hover  {
	background: url(../images/lounge.gif) -157px -100px no-repeat;
}

#rol4 a:hover  {
	background: url(../images/lounge.gif) -232px -100px no-repeat;
}
#rol5 a:hover  {
	background: url(../images/lounge.gif) -307px -100px no-repeat;
}

#pic1{
	position:absolute;
	top:20px;
	left:0px;
	width:779px;
	z-index:2;
}

#head img{
text-decoration:none;
border:none;
background:none;
}

