

/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmclear {font-size:12px;height:0px;width:0px;clear:left;line-height:0px;display:block;}.qmmc {position:relative;}.qmmc a {float:left;display:block;white-space:nowrap;}.qmmc div a {float:none;}.qmmc div {visibility:hidden;position:absolute;}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* Remove the comments bleow for vertical mains and change the false value to
           true in the qm_create function after the menus structure. */
	/*.qmmc a {float:none}*/


	#qm0 #home {background-image:url(../images/menu/home_down.jpg);width:50px;height:25px;}
	#qm0 #home.qmactive {background-image:url(../images/menu/home_up.jpg);}
	#qm0 #home.hover {background-image:url(../images/menu/home_up.jpg);}
	
		
	#qm0 #oneyear {background-image:url(../images/menu/oneyear_down.jpg);width:126px;height:25px;}
	#qm0 #oneyear.qmactive {background-image:url(../images/menu/oneyear_up.jpg);}
	
	#qm0 #journalism {background-image:url(../images/menu/photo_journalism.jpg);width:135px;height:25px;}
	#qm0 #journalism.qmactive {background-image:url(../images/menu/photo_journalism_up.jpg);}
	
	
	#qm0 #workshop {background-image:url(../images/menu/workshop_down.jpg);width:87px;height:25px;}
	#qm0 #workshop.qmactive {background-image:url(../images/menu/workshop_up.jpg);}
	
	#qm0 #campus {background-image:url(../images/menu/campus_down.jpg);width:71px;height:25px;}
	#qm0 #campus.qmactive {background-image:url(../images/menu/campus_up.jpg);}
	
	
	#qm0 #faculty {background-image:url(../images/menu/faculty_down.jpg);width:70px;height:25px;}
	#qm0 #faculty.qmactive {background-image:url(../images/menu/faculty_up.jpg);}

	#qm0 #gallery {background-image:url(../images/menu/gallery_down.jpg);width:71px;height:25px;}
	#qm0 #gallery.qmactive {background-image:url(../images/menu/gallery_up.jpg);}


	#qm0 #sponsors {background-image:url(../images/menu/sponsors_down.jpg);width:81px;height:25px;}
	#qm0 #sponsors.qmactive {background-image:url(../images/menu/sponsors_up.jpg);}


	#qm0 #media {background-image:url(../images/menu/media_down.jpg);width:127px;height:25px;}
	#qm0 #media.qmactive {background-image:url(../images/menu/media_up.jpg);}


	#qm0 #mitem8 {background-image:url(../images/menu/media_down.jpg);width:127px;height:25px;}
	#qm0 #mitem8.qmactive {background-image:url(../images/menu/media_up.jpg);}


	#qm0 #about {background-image:url(../images/menu/about_down.jpg);width:80px;height:25px;}
	#qm0 #about.qmactive {background-image:url(../images/menu/about_up.jpg);}
	
	#qm0 #contact {background-image:url(../images/menu/contact_down.jpg);width:97px;height:25px;}
	#qm0 #contact.qmactive {background-image:url(../images/menu/contact_up.jpg);}
	
	
	
	#qm0 #feedback {background-image:url(../images/menu/feedback_down.jpg);width:87px;height:25px;}
	#qm0 #feedback.qmactive {background-image:url(../images/menu/feedback_up.jpg);}
	
	/*"""""""" (MAIN) Container """"""""*/
	#qm0
	{ 
		background-color:#57585C;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		color:#000000;
		background-color:transparent;
		font-family:Verdana, Arial;
		font-size: 11px;
		text-decoration:none;
		padding:0px;
		border-style:none;
		border-color:#dddddd;
		border-width:1px;
		background-repeat:no-repeat;
		background-position:center center;
		margin-right:0px;
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
	text-decoration:underline !important;
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	#qm0 .qmactive
	{ 
		/* Note: Add '!important' after each style */

		
		text-decoration:underline !important;
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
				

	}


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		background-color:#efefef;
		padding:0px;
		border-style:solid;
		border-width:1px;
		border-color:#cccccc;
		margin-top:-1px;
		
	}

	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		text-decoration:underline;
		color:#990000;
	}


	/*""""""""[SUB] Active State """"""""*/
	#qm0 div .qmactive
	{
		/* Note: Add '!important' after each style */

		background-color:#ffffff !important;
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{
		background-image:url(../images/menu/menu_bg.jpg);	

	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		margin:0px;
		background-color:#eeeeee;
		padding:2px 5px 5px 5px;
		border-width:0px;
		border-style:none;
		border-color:#000000;

		background-repeat:no-repeat;
		background-position:95%;
	}

